home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / library / demoware / asymptot.hqx / Asymptote 1.1 Demo / Scripts / Utility Scripts / addheader < prev    next >
Encoding:
Text File  |  1994-11-01  |  370 b   |  21 lines

  1. % ADDHEADER
  2. %
  3. % Add a header to the top left corner of the page
  4. % giving the date, recorder file name and the data file
  5. %
  6. % ARGUMENTS: None
  7.  
  8. set savescale scale
  9. set saverotation rotation
  10. cliptoframe no
  11. scale .75
  12. rotation 0
  13.  
  14. pagemoveto pleft .5 + ptop .5 -
  15. drawlabel centerright \#   \r   \f   Your Name Here
  16.  
  17. scale savescale
  18. rotation saverotation
  19. cliptoframe true
  20.  
  21. close